home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / curios.dxr / 00060.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  112 b   |  11 lines

  1. on enterFrame
  2.   global Gflag
  3.   set Gflag to 0
  4. end
  5.  
  6. on mouseUp
  7.   if rollOver(1) then
  8.     go("main")
  9.   end if
  10. end
  11.